Thread: Finding Words in a array[size][size]

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Jan 2004
    Posts
    21

    Question Finding Words in a array[size][size]

    Hi there! I need some help to find words in a array[size][size]
    Just like the game soup of letter. It has to find words in vertical, horizontal, diagonal and random positions.
    Example of random:

    EDIT:
    ___W
    ____O__TO
    _____RD___FI
    ___________ND

    The problem is that i can find horizontal, vertical and diagonal but not random ones. Please help me!!
    Last edited by ^DJ_Link^; 03-07-2006 at 11:50 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Beginners Contest #2 For those who wanted more!!
    By ILoveVectors in forum Contests Board
    Replies: 16
    Last Post: 08-12-2005, 12:03 AM
  2. Problem with malloc() and sorting words from text file
    By goron350 in forum C Programming
    Replies: 11
    Last Post: 11-30-2004, 10:01 AM
  3. New Theme
    By XSquared in forum A Brief History of Cprogramming.com
    Replies: 160
    Last Post: 04-01-2004, 08:00 PM
  4. using strlen and finding shortest and longest words
    By Unregistered in forum C Programming
    Replies: 7
    Last Post: 09-30-2001, 06:09 PM